home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CTCPP10C.BAT < prev    next >
DOS Batch File  |  1997-06-07  |  320b  |  11 lines

  1. @echo off
  2. rem (c) R&D Associates 1992-1997.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the Turbo C++ 1.0 library. (C only).
  6. rem
  7. rem THIS IS A NON-STANDARD C-ONLY LIBRARY, AND IS NOT ADVISED. USE
  8. rem CTCPP10.CLB DIRECTLY.
  9. rem
  10. clint ctcpp10.c -L+ctcpp10c.clb -I. %1 %2 %3 -3- -w0 -KC1 -KB1 -Ab0 -An0 -Ah0 -Ai0
  11.